API: Go back to using the good old str_replace() hacks rather than Title methods...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 25 Aug 2008 05:41:53 +0000 (05:41 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 25 Aug 2008 05:41:53 +0000 (05:41 +0000)
commit511ae2aca26da14c0202154731db059e80c750e7
tree36105c8eb6d33a783dd83bfc0afccee5804107d2
parentaf5cd9d05f3a506b9b49c9ab012c59a41c779b70
API: Go back to using the good old str_replace() hacks rather than Title methods in ApiQueryBase::titleToKey() and keyToTitle(). Error handling was awkward and the Title methods over-normalize the input, causing bug 15275 (apprefix ignores spaces at the end)
RELEASE-NOTES
includes/api/ApiQueryBase.php